home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 7 / Apprentice-Release7.iso / Environments / PowerFantasm™ 4.19a / Beginners guide / Beginners Mac Assembly - ed.srd / Beginners Mac Assembly - ed.srd.rsrc / PICT_24.png < prev    next >
Portable Network Graphic  |  1996-08-28  |  107KB  |  816x1056  |  8-bit (256 colors)
OCR: Med Augrae.vt998 a4a3Beginners Guide Macintosh Assembly Language Programming Aage move 14(a0 10(a6 move op 10(pc) move #$20,d3 move fred. op move a0 al move. move 20(pc),d7 move.b d0,d1 This instruction moves the byte from do to d1. If d0 contained 25 then 25 IS moved to d If op contained S1FF then only the $FF IS moved I to dl. $FF is 8 bits, making byte To move the $1FF, we' need to change the size to pioM move.w What would be the outcome of move. W op ,d1 if d0 contained $7FFFF. $7FFFF be moved into you JIIp what be moved into d1 answers below move. 1 a3,d2 This moves the longword in a3 to d2 Address registers hold the addresses of data Ifa3 contained 12345 and memory location 12345 contained 19 what would go into d2? the contents of the memory location be moved. or the contents of the ...